var runtime.cgo_yield
15 uses
runtime (current package)
cgo.go#L95: var cgo_yield = &_cgo_yield
lock_futex.go#L41: if *cgo_yield != nil {
lock_futex.go#L48: if *cgo_yield != nil {
lock_futex.go#L49: asmcgocall(*cgo_yield, nil)
lock_futex.go#L64: if *cgo_yield != nil {
lock_futex.go#L71: if *cgo_yield != nil {
lock_futex.go#L72: asmcgocall(*cgo_yield, nil)
lock_futex.go#L85: if *cgo_yield != nil && ns > 10e6 {
lock_futex.go#L90: if *cgo_yield != nil {
lock_futex.go#L91: asmcgocall(*cgo_yield, nil)
proc.go#L3464: if *cgo_yield != nil {
proc.go#L3465: asmcgocall(*cgo_yield, nil)
proc.go#L6564: if *cgo_yield != nil {
proc.go#L6565: asmcgocall(*cgo_yield, nil)
signal_unix.go#L663: delayedSignal := *cgo_yield != nil && mp != nil && gsignal.stack == mp.g0.stack
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |